func net.lookupStaticHost

3 uses

	net (current package)
		dnsclient_unix.go#L533: 		addrs = lookupStaticHost(name)
		dnsclient_unix.go#L551: 	for _, haddr := range lookupStaticHost(name) {
		hosts.go#L104: func lookupStaticHost(host string) []string {